Keysight VISA.NET Help
Write(Byte[]) Method



The bytes to be written.
Write buffer to the device.
Syntax
'Declaration
 
Overloads Sub Write( _
   ByVal buffer() As Byte _
) 
'Usage
 
Dim instance As IMessageBasedRawIO
Dim buffer() As Byte
 
instance.Write(buffer)
void Write( 
   byte[] buffer
)
void Write( 
   array<byte>^ buffer
) 

Parameters

buffer
The bytes to be written.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025